home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Telecommunications / Term Programs / Kermit / Kermit Info < prev    next >
Encoding:
Text File  |  1988-01-08  |  5.7 KB  |  134 lines  |  [TEXT/ttxt]

  1.  
  2. Dear Frank,
  3.  
  4. some times ago Carlos Albuerne was so kind to pass my Modula-2 version
  5. of Kermit to you. In his letter he mentioned that you might be glad about
  6. some help with the Macintosh version. So I'm happy to be able to send
  7. you a new enhanced binary version of the program. It's a port to MPW C
  8. including many bug fixes and new features. Here is a short (unordered and
  9. incomplete) list of the changes I made to the program:
  10.  
  11. # The Cursor with open desk accessories now works correctly
  12. # Long packets now supported
  13. # Dialog boxes cleaned up
  14. # New program icon
  15. # Settings files are no longer TEXT
  16. # Changed "Restore ResourcesE" to "Load ResourcesE"
  17. # Reformatted many parts of the source to be better readable
  18. # Settings can now be written back to an already existing settings file
  19. # Server mode: added directory listing feature
  20. # Added multifile (folder) send
  21. # Added Server "Delete" file command
  22. # Added Server "Space" command
  23. # Server mode: Stop Alerts are not displayed (e.g. User cancelled transaction
  24.   stopped server operation)
  25. # Get whole folder content from the server with filename ":"
  26. # Menu command keys added to menus
  27. # Support of menu command keys
  28. # Menu command key and FKEY flag now saved with settings
  29. # Accept end of transmission with keydown (not only mousedown)
  30. # Added terminal settings dialog
  31. # Added non-transparent terminal mode
  32. # Added smooth scrolling option to terminal emulation
  33. # Added underline cursor option to terminal emulation
  34. # Added display of protocol version to "About Kermit" dialog.
  35. # Fixed a bug in ckmtio which caused problems with the parity bit when
  36.   receiving form an IBM host for example.
  37. # Added a simple Take file interpreter
  38. # Added session logging
  39. # Added transaction logging
  40. # Added a completly new keyboard management (CKMKEY is no longer necessary)
  41. # "Keep" flag settable by user
  42. # statistics in about dialog
  43. # rewrote parts of the window handling routines: windows are now
  44.   highlighted according to the userinterface guidelines
  45.  
  46.  
  47. I hope you will like the new version which I think could be called
  48. 0.9(36). Please tell me where and how to send the source code
  49. (preferably a BITNET address). Today I read about Paul Placeway of
  50. Ohio State University who seems to be working on a new version too.
  51. Unfortunately I don't have an address to contact him directly. So I
  52. leave it up to you, how to handle the integration of the sources. Unfor-
  53. tunately I will not be able to continue the work on MacKermit at the
  54. moment, because the company who payed for the three weeks of development
  55. wants me to do some work which pays for them too. Nevertheless I will
  56. try to write a documentation for the new version. I will keep you
  57. informed about this.
  58.  
  59.  
  60. Matthias Aebi
  61.  
  62. PS: Please do not try to reply via the source address of this message. I
  63. normally do not have access to this account. Use one of the two adresses
  64. below instead:
  65.  
  66. BITNET:   K116430@CZHRZU1A
  67. USENET:   ...!mcvax!cernvax!unizh!aebi
  68.  
  69. I sent a similar letter to KERMSERV@CUVMA. But as I did not get a reply
  70. I tried this other channel. I'm sorry if you should have received the
  71. same stuff twice.
  72. ----------
  73. Date: Mon, 21 Dec 87 16:35:01 EST
  74. >From: paul@ohio-state.arpa (Paul Placeway)
  75. Subject: Version 0.9(36)b4 of Macintosh Kermit Available for Testing
  76. Keywords: Macintosh Kermit
  77.  
  78. Following is a BinHex 4-ified copy of MacKermit 0.9(36)b4.  I have made
  79. several changes to Matthias' code:
  80.  
  81. The C-Kermit part of 0.9(36)b4 is based on the (absolutly vanilla) 4E(067)
  82. code.  I didn't have to edit any of the ckc* files a bit (ckmpro.c is just a
  83. warted ckcpro.w with the standard Mac patch).
  84.  
  85. The backslash-number characters in the key macro code are now done in Octal
  86. (just like C does).  Also, one can do control characters symbolically:
  87. \^A --> Control-A.
  88.  
  89. Macro strings are stored as Pascal strings throughout now, so that one can
  90. make a macro that includes NUL (ASCII 0).
  91.  
  92. MacKermit now has MultiFinder support.  It understands how to give away time
  93. slices, has the SIZE (-1) resource, and will do background file transfers
  94. (timeslicing multiple times per packet).  (In the process, the file xfer
  95. dialog became modeless).
  96.  
  97. It has the FOND resource in the source files now (so SEs should be happy).
  98.  
  99. I added the extra stuff to the emulator so that VAX TPU will get along with
  100. it.
  101.  
  102. Clayton Elwell added the ANSI insert multiple characters command
  103. (ESC [ n @) to the emulator.
  104.  
  105. I also added a few extra bells and whistles:
  106. . flashing/nonflashing cursor option
  107. . visible bell option
  108. . extra status indicators in the file xfer dialog,
  109. . the mouse cursor is hidden on every key typed,
  110. . the menu command characters option default is now dependant on the type of
  111.   keyboard that the user is running (set for keyboards with a CTRL key, unset
  112.   for all others), and
  113. . there is now a default set of key macros and modifiers (arrow keys do VT100
  114.   arrow key commands, BACKSPACE -> DEL, backquote -> ESC, command-backquote
  115.   and control-backquote -> plain backquote).
  116.  
  117.         Have fun,
  118.             -- Paul
  119.  
  120. [Ed. - Thanks, Paul! (And Matthias too!)  This new version is supposed to run
  121. on any Macintosh, and to correct the various problems that many of you have
  122. reported not only with 0.8(34), but also some of the newer prereleases.  It
  123. should run on the entire Mac family with no special fussing about fonts or
  124. other minutia.  But it probably will not fit into an original 128K Mac (does
  125. anyone still have such a thing?)  The new Mac Kermit is still not a finished
  126. product, however.  Some finishing touches are required to the key definition
  127. feature, and in some other areas too.  And the manual has yet to be written.
  128. Comments and reviews are welcome, and hopefully we'll have a final release
  129. (maybe this time it'll actually be called 1.0!) soon, complete with source in
  130. MPW C.  The program and documentation (such as it is) are in KER:XKM936.* on
  131. CU20B, and KXK936 * on CUVMA.]
  132.  
  133.